Skip to content

Commit 6664b79

Browse files
committed
Fixed some yml issues in travis ci related to spaces/tabs
1 parent 4b179e5 commit 6664b79

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
22
python:
3-
- 2.7.8
4-
- 2.7
5-
- 3.3
6-
- 3.4
7-
- 3.5
8-
- nightly
3+
- 2.7.8
4+
- 2.7
5+
- 3.3
6+
- 3.4
7+
- 3.5
8+
- nightly
99
deploy:
1010
provider: pypi
1111
user: davidsulpy

0 commit comments

Comments
 (0)