Skip to content

Commit

Permalink
Travis-CI change - remove Python 2.7, 3.4. Add 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Sep 3, 2018
1 parent 9da360f commit a903949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
install:
- pip install -r requirements.txt
- pip install pytest coveralls
Expand Down

0 comments on commit a903949

Please sign in to comment.