Skip to content

Commit

Permalink
fix: Travis build (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 29, 2019
1 parent ad411de commit 22a2f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,10 +1,10 @@
language: python
python:
# - "2.7"
- "3.6"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r extra-requirements.txt
- pip install -r test-requirements.txt
# command to run tests
script:
Expand Down

0 comments on commit 22a2f98

Please sign in to comment.