Skip to content

Commit

Permalink
Remove 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jan 29, 2018
1 parent 251fdd5 commit f163559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ matrix:
- os: linux
sudo: required
python: 3.6
- os: linux
sudo: required
python: 3.7-dev
- os: linux
sudo: required
python: pypy3
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py34, py35, py36, py37, cython
envlist=py34, py35, py36, cython

[testenv]
deps=-rrequirements/build.txt
Expand All @@ -11,7 +11,6 @@ commands=flake8 hug
3.4 = py34
3.5 = py35
3.6 = py36
3.7 = py37

[testenv:pywin]
deps =-rrequirements/build_windows.txt
Expand Down

0 comments on commit f163559

Please sign in to comment.