Skip to content

Commit

Permalink
Add pypy and py3.7 to testing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jan 29, 2018
1 parent 0109717 commit 251fdd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ matrix:
- os: linux
sudo: required
python: 3.6
- os: linux
sudo: required
python: 3.7-dev
- os: linux
sudo: required
python: pypy3
- os: osx
language: generic
env: TOXENV=py34
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py34, py35, py36, cython
envlist=py34, py35, py36, py37, cython

[testenv]
deps=-rrequirements/build.txt
Expand All @@ -11,6 +11,7 @@ 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 251fdd5

Please sign in to comment.