Skip to content

Commit 8009359

Browse files
committed
Installing pytest from standard locations
1 parent 94f8ff3 commit 8009359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ env:
1717
install:
1818
- pip uninstall -y pytest
1919
- pip install --upgrade setuptools
20-
- pip install hg+https://bitbucket.org/hpk42/pytest@$PYTEST_VERSION
20+
- pip install pytest==$PYTEST_VERSION
2121

2222
script: py.test

0 commit comments

Comments
 (0)