Skip to content

Commit

Permalink
Travis python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Apr 16, 2017
1 parent 1de4c23 commit b52223a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branches:
# command to install requirements
install:
- pip install coveralls
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements/python3.txt; fi
- pip install -r requirements/base.txt
- python setup.py -q develop

# command to run tests, e.g. python setup.py test
Expand Down

0 comments on commit b52223a

Please sign in to comment.