We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb9b3d commit 3e9f342Copy full SHA for 3e9f342
.travis.yml
@@ -1,6 +1,7 @@
1
language: python
2
python:
3
- "3.5"
4
+ - "2.7"
5
6
before_install:
7
- mkdir -p $HOME/bin
@@ -11,8 +12,8 @@ install:
11
12
- pip install -r requirements.txt
13
14
script:
- - export PYTHONPATH=$TRAVIS_BUILD_DIR
15
- - pytest --junit-xml=testresults.xml
+ - export PYTHONPATH=$PYTHONPATH:$TRAVIS_BUILD_DIR
16
+ - py.test --junit-xml=testresults.xml
17
18
after_script:
- - testspace testresults*.xml
19
+ - testspace [$TRAVIS_PYTHON_VERSION]testresults*.xml
0 commit comments