Skip to content

Commit 785db98

Browse files
committed
Tried to resolve conflicts
1 parent dfa9de5 commit 785db98

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,12 @@ python:
1010
- "2.6"
1111
- "2.7"
1212
- "3.2"
13-
- "3.3"
14-
- "3.4"
15-
- "3.5"
16-
- "3.5-dev" # 3.5 development branch
17-
- "3.6"
18-
- "3.6-dev" # 3.6 development branch
19-
- "3.7-dev" # 3.7 development branch
20-
- "nightly"
21-
13+
2214
# command to install dependencies
2315

2416
install:
2517
- pip install -r requirements.txt
18+
- pip3 install -r requirements.txt
2619
# command to run tests
2720

2821

0 commit comments

Comments
 (0)