Skip to content

Commit

Permalink
GH-61: Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Oct 4, 2018
1 parent 36fc3cf commit 5aebd44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,11 +1,10 @@
env:
- TRAVIS=true
language: python
sudo: false
python:
- "3.6"
install:
- pip install -r requirements.txt -q
- pip install -r requirements.txt
before_script: cd tests
script:
- pytest
Expand Down

0 comments on commit 5aebd44

Please sign in to comment.