mirror of https://github.com/CIRCL/PyCIRCLean
Removed 2.7_with_site_packages from python versions
parent
4f851435e5
commit
18373e5292
11
.travis.yml
11
.travis.yml
|
@ -1,12 +1,11 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.7_with_system_site_packages
|
||||
- 2.7.11
|
||||
# - 3.3
|
||||
# - 3.4
|
||||
# - 3.5
|
||||
# - nightly
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- nightly
|
||||
|
||||
sudo: required
|
||||
# do we need sudo? should double check
|
||||
|
|
Loading…
Reference in New Issue