Skip to content

Commit 76aa93a

Browse files
authored
Update .travis.yml
1 parent e063a71 commit 76aa93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language:
22
- python
33

44
python:
5-
- "2.7.6"
5+
- "2.7"
66

77
before_script:
88
- mkdir -p $HOME/bin
@@ -16,4 +16,4 @@ script:
1616
- nose2 --junit-xml --with-coverage
1717

1818
after_script:
19-
- testspace analysis.txt{lint} nose2.xml{stock_alerter} coverage.xml
19+
- testspace analysis.txt{lint} nose2.xml{stock_alerter} coverage.xml

0 commit comments

Comments
 (0)