Skip to content

Commit

Permalink
Remove now-missing pip argument, update tox / travis to currently-sup…
Browse files Browse the repository at this point in the history
…ported versions of python.
  • Loading branch information
thebostik committed Jun 29, 2018
1 parent d0c90ab commit a2ad581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: python

python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7

install:
- sudo apt-get install -qq gdb python-all-dbg
- python setup.py install
- if [[ $TRAVIS_PYTHON_VERSION != '2.5' ]]; then pip install coveralls --use-mirrors && export HAS_COVERALLS=1; fi
- pip install coveralls && export HAS_COVERALLS=1

script:
- nosetests -v --with-coverage --cover-erase --cover-package=pyrasite --exclude=test_injecting_into_all_interpreters
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py33, py35, py36
envlist = py27, py34, py35, py36, py37

[testenv]
commands = nosetests
Expand Down

0 comments on commit a2ad581

Please sign in to comment.