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 e063a71 commit 76aa93aCopy full SHA for 76aa93a
.travis.yml
@@ -2,7 +2,7 @@ language:
2
- python
3
4
python:
5
- - "2.7.6"
+ - "2.7"
6
7
before_script:
8
- mkdir -p $HOME/bin
@@ -16,4 +16,4 @@ script:
16
- nose2 --junit-xml --with-coverage
17
18
after_script:
19
- - testspace analysis.txt{lint} nose2.xml{stock_alerter} coverage.xml
+ - testspace analysis.txt{lint} nose2.xml{stock_alerter} coverage.xml
0 commit comments