Skip to content

Commit 24979fb

Browse files
jdufresnesigmavirus24
authored andcommitted
Remove tox workaround for Travis CI
No longer necessary.
1 parent 2ed9948 commit 24979fb

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ matrix:
1919
- python: 3.6
2020
env: TOXENV=py36
2121
- python: pypy
22-
env: TOXENV=pypy PYPY_VERSION=5.1
22+
env: TOXENV=pypy
2323

24-
install:
25-
- ./.travis/install.sh
24+
install: pip install tox
2625

27-
script:
28-
- source ~/.venv/bin/activate
29-
- tox
26+
script: tox

.travis/install.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)