Skip to content

Commit ab01588

Browse files
authored
Merge pull request #68 from Rijul1999/master
Tried to resolve conflicts
2 parents 4939b98 + 2e1cd33 commit ab01588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ sudo: false
99
python:
1010
- "2.6"
1111
- "2.7"
12+
- "3.2"
1213

13-
1414
# command to install dependencies
1515

1616
install:
1717
- pip install -r requirements.txt
18-
18+
- pip3 install -r requirements.txt
1919
# command to run tests
2020

2121

0 commit comments

Comments
 (0)