Skip to content

Commit

Permalink
Merge pull request #31 from minrk/travis-up
Browse files Browse the repository at this point in the history
update packages on travis
  • Loading branch information
minrk authored Jun 13, 2019
2 parents 088bb99 + e93a5b1 commit 5fa470b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
Expand All @@ -19,7 +18,8 @@ before_install:
source ./test-env/bin/activate
fi
install:
- pip install . -r dev-requirements.txt
- pip install --upgrade setuptools pip
- pip install --upgrade . -r dev-requirements.txt
- pip freeze
script:
- py.test --cov wurlitzer test.py
Expand Down

0 comments on commit 5fa470b

Please sign in to comment.